From 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 Feb 2013 01:12:52 -0800 Subject: Sun Feb 10 01:12:35 PST 2013 --- extra/p7zip/install | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 extra/p7zip/install (limited to 'extra/p7zip/install') diff --git a/extra/p7zip/install b/extra/p7zip/install deleted file mode 100644 index 7f3cc4358..000000000 --- a/extra/p7zip/install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - [[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true - [[ -x usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor || true -} - -post_upgrade() { - post_install -} - - -post_remove() { - post_install -} -- cgit v1.2.3-54-g00ecf