summarylogtreecommitdiffstats
path: root/cool-retro-term.install
diff options
context:
space:
mode:
authorDoug Newgard2016-04-27 08:15:03 -0500
committerDoug Newgard2016-04-27 08:15:03 -0500
commitd1b551a189caa2a7aa305f826b86edd54a525ba7 (patch)
tree80956442a2c01a55a1bd8d41427bd7e5c9a06e2c /cool-retro-term.install
parentdbabc472d24857b7555a2b4b3935ee9702bd55f8 (diff)
downloadaur-d1b551a189caa2a7aa305f826b86edd54a525ba7.tar.gz
Remove redundant install script
Diffstat (limited to 'cool-retro-term.install')
-rw-r--r--cool-retro-term.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/cool-retro-term.install b/cool-retro-term.install
deleted file mode 100644
index 2771fcd6557c..000000000000
--- a/cool-retro-term.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- [[ -x /usr/bin/xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor || \
- ( [[ -x /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache )
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}