summarylogtreecommitdiffstats
path: root/scribus-devel.install
diff options
context:
space:
mode:
authorBruno Pagani2016-04-27 15:26:20 +0200
committerBruno Pagani2016-04-27 15:26:20 +0200
commit68a77660975336d03319153dc67369268e4a180f (patch)
treeab44a9bdf63370079a8e934849db8acc8cd6dab8 /scribus-devel.install
parentbbcf698cb6a4551e4df888df8ab95da2f36ef840 (diff)
downloadaur-68a77660975336d03319153dc67369268e4a180f.tar.gz
upgpkg: scribus-devel 1.5.1-2
Remove .install, superseded by pacman hooks.
Diffstat (limited to 'scribus-devel.install')
-rw-r--r--scribus-devel.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/scribus-devel.install b/scribus-devel.install
deleted file mode 100644
index b5f23582f657..000000000000
--- a/scribus-devel.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-mime-database usr/share/mime &> /dev/null
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-