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