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