summarylogtreecommitdiffstats
path: root/tupi.install
diff options
context:
space:
mode:
authorSanskritFritz2016-12-29 00:47:51 +0100
committerSanskritFritz2016-12-29 00:47:51 +0100
commit02938e3523bc66adfec333365a81c5fdf64c6afc (patch)
tree08d084bb85247259a90cd62b4753f74566e18177 /tupi.install
parentc645fd4768aaa488bcb3d55b3a983ff4d6e8f275 (diff)
downloadaur-02938e3523bc66adfec333365a81c5fdf64c6afc.tar.gz
Applied sekret's changes:
- Changed url to go directly to the site of tupi - Changed source to github, recommended by the maintainer - Changed quazip5.patch, so the package builds - Changed pkgver(), so the actual pkgver is being included and so it gets more meaning - Changed configure options to what I find reasonable - Added an ld.so.conf file for the libraries in /usr/lib/tupi
Diffstat (limited to 'tupi.install')
-rw-r--r--tupi.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/tupi.install b/tupi.install
deleted file mode 100644
index 6210bd0ab082..000000000000
--- a/tupi.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}