summarylogtreecommitdiffstats
path: root/open-sasc-ng.install
diff options
context:
space:
mode:
authorChristian Hesse2015-06-30 16:02:47 +0200
committerChristian Hesse2015-06-30 16:02:47 +0200
commit676f30095d8faa73c9d4635fdefae62acd7d4b7f (patch)
tree67c4f86510616c73cfdea7d01ead03c5ea664279 /open-sasc-ng.install
downloadaur-676f30095d8faa73c9d4635fdefae62acd7d4b7f.tar.gz
initial import of open-sasc-ng-dkms 0.r620.29b7b5f231c8-2
Diffstat (limited to 'open-sasc-ng.install')
-rw-r--r--open-sasc-ng.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/open-sasc-ng.install b/open-sasc-ng.install
new file mode 100644
index 000000000000..f6f64645d11f
--- /dev/null
+++ b/open-sasc-ng.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo "Edit /etc/conf.d/sasc-ng and /etc/cardclient.conf before using!"
+ depmod -a
+}
+post_upgrade() {
+ depmod -a
+}
+post_remove() {
+ depmod -a
+}