diff options
author | infirit <[email protected]> | 2013-10-19 13:30:27 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-19 13:30:27 +0200 |
commit | 798494b4f7e10173e87558a5fbefd4cf199bb162 (patch) | |
tree | 72aa04ca69d7d0d13c97c785055d6d6f407b0d33 /distro/archlinux/mate-applets.install | |
parent | 43219a49d40b7cf65de5c865d150fe5984660023 (diff) | |
download | mate-applets-798494b4f7e10173e87558a5fbefd4cf199bb162.tar.bz2 mate-applets-798494b4f7e10173e87558a5fbefd4cf199bb162.tar.xz |
Remove obsolete distro dir
Diffstat (limited to 'distro/archlinux/mate-applets.install')
-rw-r--r-- | distro/archlinux/mate-applets.install | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/distro/archlinux/mate-applets.install b/distro/archlinux/mate-applets.install deleted file mode 100644 index 410aa833..00000000 --- a/distro/archlinux/mate-applets.install +++ /dev/null @@ -1,23 +0,0 @@ -pkgname=mate-applets - -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 -} - |