summaryrefslogtreecommitdiff
path: root/community-testing/giggle/giggle.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/giggle/giggle.install')
-rw-r--r--community-testing/giggle/giggle.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/community-testing/giggle/giggle.install b/community-testing/giggle/giggle.install
deleted file mode 100644
index ec0c3f071..000000000
--- a/community-testing/giggle/giggle.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -f -t -q /usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-