diff options
author | Martin Wimpress <[email protected]> | 2013-11-13 12:05:08 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2013-11-13 12:05:08 +0000 |
commit | 89d783a84394224f1c8e02f0743a22ce49b314ca (patch) | |
tree | a98df460692624528d2b764f75b736e37e736306 /distro/archlinux/mate-system-monitor.install | |
parent | 97e8d5025a4373237366b83406b9d671fccbc556 (diff) | |
download | mate-system-monitor-89d783a84394224f1c8e02f0743a22ce49b314ca.tar.bz2 mate-system-monitor-89d783a84394224f1c8e02f0743a22ce49b314ca.tar.xz |
Remove distro folder.
Diffstat (limited to 'distro/archlinux/mate-system-monitor.install')
-rw-r--r-- | distro/archlinux/mate-system-monitor.install | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/distro/archlinux/mate-system-monitor.install b/distro/archlinux/mate-system-monitor.install deleted file mode 100644 index e09c2b1..0000000 --- a/distro/archlinux/mate-system-monitor.install +++ /dev/null @@ -1,22 +0,0 @@ -pkgname=mate-system-monitor - -post_install() { - usr/sbin/mateconfpkg --install ${pkgname} - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -pre_upgrade() { - pre_remove $1 -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - usr/sbin/mateconfpkg --uninstall ${pkgname} -} - -post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} |