diff options
author | Martin Wimpress <[email protected]> | 2013-11-07 23:24:23 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2013-11-07 23:24:23 +0000 |
commit | b4c1f048cc7028afd8d0163c8dedfea5ecc25234 (patch) | |
tree | d6df836d1be4adb671855f1c64509faa83269667 /distro/archlinux/mate-utils.install | |
parent | 24986ba6911857872a91a57718a495fad838a0f1 (diff) | |
download | mate-utils-b4c1f048cc7028afd8d0163c8dedfea5ecc25234.tar.bz2 mate-utils-b4c1f048cc7028afd8d0163c8dedfea5ecc25234.tar.xz |
Remove distro folder.
Diffstat (limited to 'distro/archlinux/mate-utils.install')
-rw-r--r-- | distro/archlinux/mate-utils.install | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/distro/archlinux/mate-utils.install b/distro/archlinux/mate-utils.install deleted file mode 100644 index 38b41a73..00000000 --- a/distro/archlinux/mate-utils.install +++ /dev/null @@ -1,24 +0,0 @@ -pkgname=mate-utils - -post_install() { - usr/sbin/mateconfpkg --install ${pkgname} - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - -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 - update-desktop-database -q -} |