diff options
Diffstat (limited to 'community/xnoise/xnoise.install')
-rw-r--r-- | community/xnoise/xnoise.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/xnoise/xnoise.install b/community/xnoise/xnoise.install deleted file mode 100644 index 8f2bcd263..000000000 --- a/community/xnoise/xnoise.install +++ /dev/null @@ -1,13 +0,0 @@ - -post_install() { - gtk-update-icon-cache -t -f /usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |