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