summarylogtreecommitdiffstats
path: root/draftsight.install
diff options
context:
space:
mode:
authorJustin R. St-Amant2017-01-10 07:06:49 -0600
committerJustin R. St-Amant2017-01-10 07:06:49 -0600
commit6ad3e7c1261e6888622591126c5b382593a70567 (patch)
tree0e7628000362897af99187cb56880209e23d2f99 /draftsight.install
parentd35037c79ae42af0d4bb7048199e7ef3d6eab539 (diff)
downloadaur-6ad3e7c1261e6888622591126c5b382593a70567.tar.gz
Updated package dependencies. Improved package() function.
Diffstat (limited to 'draftsight.install')
-rw-r--r--draftsight.install21
1 files changed, 0 insertions, 21 deletions
diff --git a/draftsight.install b/draftsight.install
deleted file mode 100644
index f6de2bbecbc0..000000000000
--- a/draftsight.install
+++ /dev/null
@@ -1,21 +0,0 @@
-post_install()
-{
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
- update-mime-database usr/share/mime
-}
-
-post_update()
-{
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
- update-mime-database usr/share/mime
-}
-
-post_remove()
-{
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
- update-mime-database usr/share/mime
-}
-